PgFontFamily.listFaces

Lists the different font faces that make up @family.

The faces in a family share a common design, but differ in slant, weight, width and other aspects.

Note that the returned faces are not in any particular order, and multiple faces may have the same name or characteristics.

PangoFontFamily also implemented the [iface@Gio.ListModel] interface for enumerating faces.

class PgFontFamily
void
listFaces

Parameters

faces PgFontFace[]

location to store an array of pointers to PangoFontFace objects, or %NULL. This array should be freed with g_free() when it is no longer needed.

Meta